ServiceCreateCalendarOptions Method (CalendarOptions, StandardFolder) |
Creates the calendar options.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response CreateCalendarOptions(
CalendarOptions calendarOptions,
StandardFolder standardFolder
)
Public Function CreateCalendarOptions (
calendarOptions As CalendarOptions,
standardFolder As StandardFolder
) As Response
Parameters
- calendarOptions
- Type: Independentsoft.ExchangeCalendarOptions
The calendar options. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder.
Return Value
Type:
ResponseResponse.
See Also